From: Florian Eckert Date: Thu, 11 Apr 2024 11:10:13 +0000 (+0200) Subject: luci-base: move and rename ucitrack luci_splash.json X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=4cffc9fd63d43f13942e28aa972d128a3cd35f77;p=project%2Fluci.git luci-base: move and rename ucitrack luci_splash.json Move the json file to where it belongs. Signed-off-by: Florian Eckert --- diff --git a/applications/luci-app-splash/root/usr/share/ucitrack/luci-app-splash.json b/applications/luci-app-splash/root/usr/share/ucitrack/luci-app-splash.json new file mode 100644 index 0000000000..0d1ffe16bb --- /dev/null +++ b/applications/luci-app-splash/root/usr/share/ucitrack/luci-app-splash.json @@ -0,0 +1,4 @@ +{ + "config": "luci_splash", + "init": "luci_splash" +} diff --git a/modules/luci-base/root/usr/share/ucitrack/luci_splash.json b/modules/luci-base/root/usr/share/ucitrack/luci_splash.json deleted file mode 100644 index 0d1ffe16bb..0000000000 --- a/modules/luci-base/root/usr/share/ucitrack/luci_splash.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "config": "luci_splash", - "init": "luci_splash" -}